home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / WANG14E.INC < prev    next >
Text File  |  1994-03-28  |  856b  |  38 lines

  1. ; Wang 14/14e Data Fax Modem
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       ATE1L2V1&C1&D2S0=0S7=90
  9. ;       AT&W
  10. ;
  11. ; NOTES: Set ALL dialing directory entries to 57600 baud
  12. ;        If you do not have this modem attached to a buffered UART
  13. ;        (i.e., AFN16550), the change all occurances of 57600 in
  14. ;        this file to 19200.
  15.  
  16. Baud          57600
  17. Parity        N
  18. WordLen       8
  19. StopBits      1
  20.  
  21. XonXoff       BOTH
  22. CtsRts        BOTH
  23. MatchBaud     FALSE
  24.  
  25. ModemInitStrg ATZ^M
  26. ModemDialStrg ATDT
  27. ModemDialSufx ^M
  28. ModemHangStrg ;
  29. DTRHangup     TRUE
  30.  
  31. Connect       CONNECT,57600
  32.  
  33. NoConnect     NO_DIALTONE
  34. NoConnect     NO_CARRIER
  35. NoConnect     BUSY
  36. NoConnect     VOICE
  37.  
  38.